MPINode
data class MPINode( val id: String, val x: Double? = null, val y: Double? = null, val map: String? = null, val externalId: String? = null, val accessible: Boolean? = null, val paths: List<MPIPathNode>? = null) : MPINavigatable
Content copied to clipboard
MPINode represents a position, anchored to a specific MPIMap
Constructors
Properties
Link copied to clipboard
If MPINode is accessible, accessible is set to true; otherwise, it is false.
Link copied to clipboard
Link copied to clipboard